build: Don't install test data without --enable-installed-tests
authorColin Walters <walters@verbum.org>
Tue, 8 Mar 2016 18:12:00 +0000 (13:12 -0500)
committerColin Walters <walters@verbum.org>
Tue, 8 Mar 2016 19:48:10 +0000 (14:48 -0500)
commit6cc7238c4dc59f1612b4d9d920c68bc3eab751d6
tree0741d9f465a91a3c7c7a3f79db8879830ba78f55
parente2234e854d1900f02064d35351b331861278b6e2
build: Don't install test data without --enable-installed-tests

Otherwise $(installed_testdir) is empty so we try to put content in
`/`, which I noticed when trying to build an RPM (it works works fine
`sudo make install`).
Makefile-tests.am